programs.thunderbird.profiles.<name>.settings
Preferences to add to this profile's user.js.
- Type
Thunderbird preference (int, bool, string, and also attrs, list, float as a JSON string)- Default
{ }- Example
{ "mail.spellcheck.inline" = false; "mailnews.database.global.views.global.columns" = { selectCol = { visible = false; ordinal = 1; }; threadCol = { visible = true; ordinal = 2; }; }; }- Declared
- <home-manager/modules/programs/thunderbird.nix>